home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / delph / jul95 / simo1f2.gif < prev    next >
Graphics Interchange Format  |  1996-11-15  |  8KB  |  453x506  |  4-bit (6 colors)
Labels: text | electronics | screenshot | display | software | number
OCR: DEM01.PAS unit Demo1; interface uses SysUtils, WinTypes, WinProcs, Messages, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls; type TForm1 = class ( TForm) Shape1: TShape; private { Private declarations } public { Public declarations } end; var Form1: TForm1; implementation {$R *. DFM} end. . . :20: 36 Insert Demo1